VERSION 2

?		// Name of this drone in data/drones/drones.txt (Example: EST02BLU)

CAR	// [Write a small description here, if you want]

?		// Mass in tonnes
? , ? , ?	// Centre of mass, as %age distance from front, left, bottom (woof)
?		// Cornering (smooth/sharp)

variable	// Speed (constant = ONE number) (variable = THREE numbers)
	?		// Max accel (BRU/s/s, 1 BRU/s = 15mph approx.) 
	?		// Max speed (BRU/s)
	?		// Min speed (BRU/s)

?			// Crushability (0 = no crushing, 0.5 average softness)					// if not zero, then must be followed by 3 lines of 2 values
	? , ?	// Crush limits front, back as %age of total length of vehicle
	? , ?	// Crush limits left, right
	? , ?	// Crush limits bottom, top

?		// Ability to be resurrected after twattage (respawn / norespawn)
?		// orientation relative to path incline: inline/vertical
?		// Processing - 'always' or 'distance'

// If zero between these two lines, a box based on the actor-to-bounds will be used instead

START OF BOUNDING SHAPES
0                           // Number of 'Bounding shapes' entries.
END OF BOUNDING SHAPES

START OF FUNKYGROOVY STUFF

steeringGroove
	FRPIVOT.ACT
	forward

steeringGroove
	FLPIVOT.ACT
	forward
	
spinnyGroove
	RRWHEEL.ACT
	x
	dronespeed
	forward
	0.13

spinnyGroove
	RLWHEEL.ACT
	x
	dronespeed
	forward
	0.13	// diameter of the wheel

spinnyGroove
	FRWHEEL.ACT
	x
	dronespeed
	forward
	0.13

spinnyGroove
	FLWHEEL.ACT
	x
	dronespeed
	forward
	0.13

END OF FUNKYGROOVY STUFF
